Uses of Class
edu.claflin.finder.logic.communities.struct.fast_greedy_struct.HeapNodeFG
-
Packages that use HeapNodeFG Package Description edu.claflin.finder.logic.communities.struct.fast_greedy_struct -
-
Uses of HeapNodeFG in edu.claflin.finder.logic.communities.struct.fast_greedy_struct
Subclasses of HeapNodeFG in edu.claflin.finder.logic.communities.struct.fast_greedy_struct Modifier and Type Class Description classIndexedHeapNodeFields in edu.claflin.finder.logic.communities.struct.fast_greedy_struct with type parameters of type HeapNodeFG Modifier and Type Field Description java.util.HashMap<java.lang.Integer,java.util.PriorityQueue<HeapNodeFG>>SparseMatrix. heapsMethods in edu.claflin.finder.logic.communities.struct.fast_greedy_struct that return HeapNodeFG Modifier and Type Method Description HeapNodeFGSparseMatrix. getMax(int i)Get the maximum q value at row iMethods in edu.claflin.finder.logic.communities.struct.fast_greedy_struct with parameters of type HeapNodeFG Modifier and Type Method Description intHeapNodeFG. compareTo(HeapNodeFG that)Compare this HeapNode to that HeapNode.intIndexedHeapNode. compareTo(HeapNodeFG that)intHeapNodeFG. compareToQ(HeapNodeFG that)voidIndexedHeapQueue. set(int i, HeapNodeFG hnn)
-